home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
game.swf
/
scripts
/
frame_111
/
DoAction_3.as
< prev
next >
Wrap
Text File
|
2005-01-07
|
321b
|
15 lines
i = 1;
while(i <= 3)
{
duplicateMovieClip(_root.smallbar,"small" + i,16384 + i);
setProperty("small" + i, _X, 436 + i * 33);
setProperty("small" + i, _Y, 408);
i += 1;
}
loadObj = new LoadVars();
loadObj.onLoad = function()
{
topScore.text = this.highest;
};
loadObj.load("get_hiscore.php");